home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / pc / shared.dir / 00192.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  95 b   |  8 lines

  1. on exitFrame
  2.   if the time < (5 * 60) then
  3.     go(the frame)
  4.   else
  5.     play done
  6.   end if
  7. end
  8.